@charset "utf-8";
#Main #Content #AffBox {
	position: relative;
	margin-top: 20px;
}
/* CSS Document */

#Main #Content #AffBox #Screenshot {
	float: left;
	width: 300px;
	border: 2px solid #787878;
	height: 200px;
	padding: 10px;
	color: #FFF;
	background-image: url(images/Box%20Background.jpg);
	background-repeat: repeat-x;
	background-color: #424242;
	font-family: calibri;
	text-decoration: none;
}
#Main #Content #AffBox .AffInfo {
	border: 2px solid #787878;
	height: 200px;
	padding: 10px;
	margin-left: 340px;
	color: #FFF;
	background-image: url(images/Box%20Background.jpg);
	background-repeat: repeat-x;
	background-color: #424242;
	font-family: calibri;
}
#Main #Footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#Main #Footer a:hover {
	color: #9C0;
	text-decoration: underline;
	font-weight: bold;
}
